From: Luc Teirlinck Date: Tue, 31 Aug 2004 23:47:53 +0000 (+0000) Subject: (Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21218 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5a7693d0cc7687c9cdd644e6084dfda3f5702233;p=emacs.git (Basic Keyboard Macro): `apply-macro-to-region-lines' now operates on all lines that begin in the region, rather than on all complete lines in the region. --- diff --git a/man/kmacro.texi b/man/kmacro.texi index d3c24873cd0..bad186f88b2 100644 --- a/man/kmacro.texi +++ b/man/kmacro.texi @@ -71,7 +71,7 @@ Insert in the buffer a keyboard macro's definition, as Lisp code. @item C-x C-k e Edit a previously defined keyboard macro (@code{edit-kbd-macro}). @item C-x C-k r -Run the last keyboard macro on each complete line in the region +Run the last keyboard macro on each line that begins in the region (@code{apply-macro-to-region-lines}). @end table @@ -174,8 +174,8 @@ before appending to it. @findex apply-macro-to-region-lines @kindex C-x C-k r The command @kbd{C-x C-k r} (@code{apply-macro-to-region-lines}) -repeats the last defined keyboard macro on each complete line within -the current region. It does this line by line, by moving point to the +repeats the last defined keyboard macro on each line that begins in +the region. It does this line by line, by moving point to the beginning of the line and then executing the macro. @node Keyboard Macro Ring